From 63927c41919d69500426567669896df7dda65ba5 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Wed, 7 Apr 1993 23:54:28 +0000 Subject: [PATCH] * keyboard.c (interrupt_input_blocked, interrupt_input_pending): Remove `extern' keywords - these are the definitions. --- src/keyboard.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/keyboard.c b/src/keyboard.c index 30b78f8e0b1..27a6c421ad9 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -53,11 +53,11 @@ extern int errno; /* Variables for blockinput.h: */ /* Non-zero if interrupt input is blocked right now. */ -extern int interrupt_input_blocked; +int interrupt_input_blocked; /* Nonzero means an input interrupt has arrived during the current critical section. */ -extern int interrupt_input_pending; +int interrupt_input_pending; #ifdef HAVE_X_WINDOWS -- 2.30.2